'宣言 Public Overloads Shared Function lcm( _ ByVal x() As System.Integer _ ) As System.Integer
'使用法 Dim x() As System.Integer Dim value As System.Integer value = MathUtil.lcm(x)
public static System.int lcm( System.int[] x )
パラメータ
- x
- Array containing the numbers.